iT邦幫忙

2023 iThome 鐵人賽

DAY 6
0
自我挑戰組

研究visual studio+MSSQL各項技術系列 第 6

在visual studio建置DLL檔

  • 分享至 

  • xImage
  •  

一、建置DLL檔
在新增專案頁面中查詢類別庫,類別庫可以用來建置DLL檔,這裡以.netframework為範例:
https://ithelp.ithome.com.tw/upload/images/20230921/20163340Y35wTdJfwy.png

DLL範例取一個比較易懂的名字比較好,這邊只是示範因此就略過這步驟
https://ithelp.ithome.com.tw/upload/images/20230921/20163340dDpLjH5GI4.png

修改程式後
選擇建置 > 建置方案
https://ithelp.ithome.com.tw/upload/images/20230921/20163340jfxUtgfVk5.png

成功建置方案
https://ithelp.ithome.com.tw/upload/images/20230921/201633405bjL69I98L.png

就可以找到dll檔
https://ithelp.ithome.com.tw/upload/images/20230921/20163340ShG4Mcip2O.png

二、引用DLL檔
再新增一個應用程式,選專案>加入參考
https://ithelp.ithome.com.tw/upload/images/20230921/20163340dKRV2DrzbF.png

參考管理員
https://ithelp.ithome.com.tw/upload/images/20230921/20163340svESAM9Jeh.png

引用成功後可以在程式庫中看到建置的類別庫,名稱classLibrbry1
https://ithelp.ithome.com.tw/upload/images/20230921/20163340BDj7GSGJ07.png

引用方式如下
ClassLibrary1.Class1 context = new ClassLibrary1.Class1();
int result = context.add(1, 2);
就能成功回傳值了,大概就介紹到這邊
https://ithelp.ithome.com.tw/upload/images/20230921/20163340sSOQ77HV49.png


上一篇
新增web專案方式的比較、新增.net core與MVC專案
下一篇
用visual studio建置網頁程式
系列文
研究visual studio+MSSQL各項技術30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言